Prizm Content Connect
How to Enable Content Encryption for the HTML5 Viewer

The goal of Content Encryption is to provide an obscured transfer of data from the PCC Services to the client website, preventing unauthorized agents to discern the content being transmitted. Additional security can be enabled by configuring the client and server to communicate over the Secured Socket Layer (SSL), https protocol, rather than standard non-secure http protocol. In cases where this is not viable or enough protection, the Content Encryption adds a strong measure of privacy to the document content.

Once this option is enabled, web data images and document text strings sent to the client will be encrypted and then decrypted by the PCC client viewer.

Enabling Content Encryption

To enable Content Encryption follow the steps below:

  1. Open the configuration file, pcc.config, for the Main Conversion Service in your favorite editor. The pcc.config file is located at: {installation directory}/Prizm/PCCIS/ServiceHost folder.
  1. Find the EncryptPageContent tag and change the value to "true".

Encrypted transmission:
Copy Code
<!-- 
  Indicates whether to encrypt pages which are sent to the client.
-->
<EncryptPageContent>true</EncryptPageContent>

  1. Save the changes to the file.
  1. Restart the PCCIS services for the changes to take effect:

Disabling Content Encryption

To disable Content Encryption follow the steps below:

  1. Open the configuration file, pcc.config, for the Main Conversion Service in your favorite editor. The pcc.config file is located at: {installation directory}/Prizm/PCCIS/ServiceHost folder.
  1. Find the EncryptPageContent tag and change the value to "true".

Unencrypted transmission:
Copy Code
<!-- 
  Indicates whether to encrypt pages which are sent to the client.
-->
<EncryptPageContent>false</EncryptPageContent>

  1. Save the changes to the file.
  1. Restart the PCCIS services for the changes to take effect:

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback